-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --derive-for-type
to cli
#708
Conversation
User @fmiguelgarcia, please sign the CLA here. |
Ah, I didn't notice but your branch seems to be lagging behind master somewhat. Please update to the latest master and reapply your changes in the relevant place and it should be good to go; logic wise it looks sound :) |
@jsdw done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me; thank you for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for contributing!
You just need to run a |
Ah, no, it's just a dumb unrelated clippy error; I'll have a look tomorrow! |
@jsdw I removed some clippy warnings. Let's see it CI passes now. |
@fmiguelgarcia should be sufficient to merge to master to get rid of clippy stuff :P |
Description
Add
--derive_for_type
to thecli
Example